Appliance System Storage StorageMapping
The Appliance System Storage StorageMapping schema describes the mapping between VCSA partitions and the Hard disk numbers visible in the vSphere Web Client.
{
"disk": "string",
"partition": "string",
"description": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
}
The disk number in the vSphere Web Client.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.appliance.system.storage
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.appliance.system.storage
.
Storage partition name.
Description of partition
This property was added in vSphere API 6.7.
This property is optional because it was added in a newer version than its parent node.